UInt64NINumericUInt64NMultiply Method

Computes the product of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Multiply(
	UInt64N value
)

Parameters

value  UInt64N
The value to multiply with the current value.

Return Value

UInt64N
The product of the current value and value.

Implements

INumericTSelfMultiply(TSelf)

See Also